Click or drag to resize

Header Properties

The Header type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements in the Header.
Public propertyIsFixedSize
Gets a value indicating whether the collection has a fixed size.
Public propertyIsReadOnly
Gets a value indicating whether the Header is read-only.
Public propertyIsSynchronized
Gets a value indicating whether access to the Header is synchronized (thread-safe).
Public propertyItemString
Gets or sets the value associated with the specified header key. In C#, this property is the indexer for the Header class.
Public propertyItemStandardHeader
Gets or sets the value associated with the specified header key. In C#, this property is the indexer for the Header class.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the Header.
Top
See Also